home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / mus / misc / Optim8svx.readme < prev    next >
Text File  |  2002-10-13  |  1KB  |  47 lines

  1. Short:    Strips ANNO/NAME by zeeball (+asm source)
  2. Author:   Zbigniew Trzcionkowski (zeeball@interia.pl)
  3. Uploader: Zbigniew Trzcionkowski (zeeball@interia.pl)
  4. Version:  0.5 (30.09.2002)
  5. Type:     mus/misc
  6. Requires: OS37+
  7. Name:     Optim8svx
  8.  
  9. STATUS:   Public Domain
  10.  
  11. Two proggys to strip two 'useless' hunks from 8svx samples :P
  12. ANNO - contains info about software/hardware used to make sample
  13. NAME - contains name (that is often different to the filename)
  14.  
  15. I have included sourcecodes in my cool style ;)
  16.  
  17. Usage:
  18. StripANNO - IN/A,OUT/A,DELSRC/S,NOASL/S
  19. StripNAME - IN/A,OUT/A,DELSRC/S,NOASL/S
  20.  
  21. Example:
  22.  
  23. StripAnno dh9:blah.8svx ram:stripped.8svx
  24.  
  25. Will copy file dh9:blah.8svx as ram:stripped.8svx.
  26. If the file is 8svx sample with ANNO hunk then it will
  27. be stripped during copy.
  28.  
  29.  
  30. - you can strip samples bigger than free memory
  31. - you can specify DELSRC to delete IN file after operation
  32. - if You specify no/wrong args there will pop-up ASL
  33.   filerequesters to choose IN and OUT sample names
  34. - as a side effect - you can copy/move any single file
  35.   even it isn't 8svx sample :P
  36.  
  37. The included script for whole dirs doesn't support
  38. spaces in the paths and names...
  39. Who will send me example on how to add both strippers
  40. to DirectoryOpus?
  41. Seems there is a bug in this program that causes
  42. clicks in some samples. Working on it.
  43.  
  44. ----
  45.  
  46. Thanks to Stellan for ideas and betatesting.
  47.